crypto/internal/fips140/mlkem.decryptionKey.s (field)
8 uses
crypto/internal/fips140/mlkem (current package)
mlkem768.go#L105: for i := range dk.s {
mlkem768.go#L106: b = polyByteEncode(b, dk.s[i])
mlkem768.go#L163: s [k]nttElement // ByteDecode₁₂(dk[:decryptionKeySize])
mlkem768.go#L227: for i := range dk.s {
mlkem768.go#L229: dk.s[i], err = polyByteDecode[nttElement](b[:encodingSize12])
mlkem768.go#L285: s := &dk.s
mlkem768.go#L510: for i := range dx.s {
mlkem768.go#L511: mask = polyAdd(mask, nttMul(dx.s[i], ntt(u[i])))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |